-- Bo YU <tsu.yubo@gmail.com> Tue, 24 Oct 2023 14:35:29 +0800
+vtk9 (9.1.0+really9.1.0+dfsg2-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1063267
+
+ -- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 23:38:25 +0000
+
vtk9 (9.1.0+really9.1.0+dfsg2-7) unstable; urgency=medium
* Team upload.
Nico Schlömer <nico.schloemer@gmail.com>
Section: graphics
Priority: optional
-Build-Depends: chrpath,
+Build-Depends: dpkg-dev (>= 1.22.5), chrpath,
cmake (>= 3.2.0),
debhelper-compat (= 13),
default-jdk [!hppa !hurd-any !kfreebsd-any],
libtheora-dev,
libtiff-dev,
libutfcpp-dev,
- libvtk9.1 (= ${binary:Version}),
+ libvtk9.1t64 (= ${binary:Version}),
libvtk9-java (= ${binary:Version}) [!hppa !hurd-any !kfreebsd-any],
libx11-dev,
libxft-dev,
This package provides the VTK header files required to compile
C++ programs that use VTK to do 3D visualisation.
-Package: libvtk9.1
+Package: libvtk9.1t64
+Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Section: libs
-Breaks: libvtk9 (<< 9.1.0+really9.1.0)
-Replaces: libvtk9 (<< 9.1.0+really9.1.0)
+Breaks: libvtk9.1 (<< ${source:Version}), libvtk9 (<< 9.1.0+really9.1.0)
+Replaces: libvtk9.1, libvtk9 (<< 9.1.0+really9.1.0)
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: mpi-default-bin,
Package: python3-vtk9
Architecture: any
Section: python
-Depends: libvtk9.1 (= ${binary:Version}),
+Depends: libvtk9.1t64 (= ${binary:Version}),
python3-mpi4py,
${misc:Depends},
${python3:Depends},
Package: vtk9
Architecture: any
Section: interpreters
-Depends: libvtk9.1 (= ${binary:Version}),
+Depends: libvtk9.1t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: vtk9-doc,
.
This package provides examples for VTK9
-Package: libvtk9.1-qt
+Package: libvtk9.1t64-qt
+Provides: ${t64:Provides}
+X-Time64-Compat: libvtk9.1-qt
+Replaces: libvtk9.1-qt
+Breaks: libvtk9.1-qt (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Multi-Arch: same
Section: libdevel
Depends: libvtk9-dev (= ${binary:Version}),
- libvtk9.1-qt (= ${binary:Version}),
+ libvtk9.1t64-qt (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
qtbase5-dev,
find $(CURDIR)/debian/libvtk9-dev/ -name "*Qt*" -exec rm {} \; || true
find $(CURDIR)/debian/libvtk9-dev/ -name "libvtkRenderingPythonTkWidgets.so" -exec rm {} \; || true
find $(CURDIR)/debian/libvtk9-dev/usr/include/ -name "Q*" -exec rm {} \; || true
- find $(CURDIR)/debian/libvtk9.1/ -name "*Qt*" -exec rm {} \; || true
+ find $(CURDIR)/debian/libvtk9.1t64/ -name "*Qt*" -exec rm {} \; || true
find $(CURDIR)/debian/tmp/usr/share/doc/vtk-9.0/doxygen -name "_formulas.log" -exec rm {} \; || true
find $(CURDIR)/debian/build/Utilities/Doxygen/doc/html -name "_formulas.log" -exec rm {} \; || true